Non-record: 11L GEPA + 30k Steps + Pure Int6 + Legal TTT (val_bpb=1.0920)#668
Open
Christopher-Lee-McClendon wants to merge 1 commit intoopenai:mainfrom
Conversation
- Non-record unlimited-compute submission: val_bpb=1.0920 - 30000-step training (12000 peak-LR + 18000 warmdown) on 4xA100-40GB - Pure int6 per-row quantization with 15-candidate GPTQ-lite + zstd-22 - Legal score-first TTT (SGD, 10 epochs, momentum 0.9): -0.035 BPP gain - Float base 1.1043, quant 1.1267, artifact 13.40 MB (14,136,140 bytes) - Includes model artifact (final_model.int6.ptz) for reproducibility - 6th data point in warmdown scaling law series (9k/12k/15k/20k/25k/30k)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
final_model.int6.ptz) for reproducibilityKey Result
Scaling Law (6 data points)
All three metrics improve monotonically across all 6 experiments.
Key Insights
Prior Submissions in This Series
Acknowledgments
Builds on techniques from: @signalrush (PR #414, GPTQ-lite/EMA), @jfprincz (PRs #287/#315, XSA/Partial RoPE/LN Scale), @unnir (PR #265, Efficient XSA), raahilshah (PR #162, SmearGate/BigramHash), @aruniyer (PR #86, Int6 QAT), samacqua (LoRA TTT), @abaybektursun (PR #549, LeakyReLU²), and the OpenAI baseline.